host-interaction/process/list

get Explorer PID

rule:
  meta:
    name: get Explorer PID
    namespace: host-interaction/process/list
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: basic block
      dynamic: thread
    att&ck:
      - Discovery::Process Discovery [T1057]
    references:
      - https://github.com/LordNoteworthy/al-khaser/blob/master/al-khaser/AntiDebug/ParentProcess.cpp
    examples:
      - al-khaser_x86.exe_:0x425210
  features:
    - and:
      - api: GetShellWindow
      - api: GetWindowThreadProcessId

last edited: 2023-11-24 10:35:00